Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use file browser dialog for local path #951

Merged
merged 3 commits into from
Dec 21, 2024

Conversation

sundermann
Copy link
Contributor

Use a file browser dialog instead of a basic plaintext dialog for the local path. Kodi returns credentials for instance in smb paths selected using a browser dialog. It's better to strip these out so they do not become visible in the list.

Copy link

codecov bot commented Dec 15, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 21.88%. Comparing base (6259e57) to head (6c1dfeb).
Report is 27 commits behind head on master.

Files with missing lines Patch % Lines
jellyfin_kodi/helper/utils.py 75.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #951      +/-   ##
==========================================
+ Coverage   21.83%   21.88%   +0.04%     
==========================================
  Files          63       63              
  Lines        8677     8682       +5     
  Branches     1411     1411              
==========================================
+ Hits         1895     1900       +5     
  Misses       6763     6763              
  Partials       19       19              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sundermann
Copy link
Contributor Author

I added some test cases. Personally I could only test nfs and smb but I don't see why the other types would not work.

@oddstr13 oddstr13 added Native Mode Issue is related to Native playback mode enhancement New feature or request labels Dec 21, 2024
@oddstr13 oddstr13 merged commit 87556da into jellyfin:master Dec 21, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Native Mode Issue is related to Native playback mode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants